home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Temático 40 Febrero 2004.iso / DOS / testdisk / src / analyse.h < prev    next >
Encoding:
Text File  |  2004-01-04  |  1.5 KB  |  31 lines

  1. /*
  2.  
  3.     file: analyse.h
  4.  
  5.     Copyright (C) 1998-2004 Christophe GRENIER <grenier@cgsecurity.org>
  6.   
  7.     this software is free software; you can redistribute it and/or modify
  8.     it under the terms of the gnu general public license as published by
  9.     the free software foundation; either version 2 of the license, or
  10.     (at your option) any later version.
  11.   
  12.     this program is distributed in the hope that it will be useful,
  13.     but without any warranty; without even the implied warranty of
  14.     merchantability or fitness for a particular purpose.  see the
  15.     gnu general public license for more details.
  16.   
  17.     you should have received a copy of the gnu general public license
  18.     along with this program; if not, write to the free software
  19.     foundation, inc., 675 mass ave, cambridge, ma 02139, usa.
  20.  
  21.  */
  22.  
  23. int search_type_0(t_param_disk *disk_car,t_diskext *partition,const int debug, const int dump_ind);
  24. int search_type_1(t_param_disk *disk_car,t_diskext *partition,const int debug, const int dump_ind);
  25. int search_type_2(t_param_disk *disk_car,t_diskext *partition,const int debug, const int dump_ind);
  26. int search_type_128(t_param_disk *disk_car,t_diskext *partition,const int debug, const int dump_ind);
  27. int check_part(t_param_disk *disk_car, const int debug,t_diskext *partition);
  28. int search_NTFS_backup(t_param_disk *disk_car,t_diskext *partition, const int debug, const int dump_ind);
  29. int search_FAT_backup(t_param_disk *disk_car,t_diskext *partition, const int debug, const int dump_ind);
  30.  
  31.